Node.edit

Edit this node to keep it in-sync with source code that has been edited.

This function is only rarely needed. When you edit a syntax tree with the [Tree::edit] method, all of the nodes that you retrieve from the tree afterward will already reflect the edit. You only need to use [Node::edit] when you have a specific Node instance that you want to keep and continue to use after an edit.

struct Node
@nogc nothrow
edit
()

Meta